-
-
Notifications
You must be signed in to change notification settings - Fork 363
Migrate Column/Filter Traits #2202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Column/Filter Traits #2202
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #2202 +/- ##
=================================================
- Coverage 89.94% 89.73% -0.22%
- Complexity 2136 2141 +5
=================================================
Files 242 247 +5
Lines 4803 4830 +27
=================================================
+ Hits 4320 4334 +14
- Misses 483 496 +13 ☔ View full report in Codecov by Sentry. |
A touch further needed to restore an errantly removed trait from a particular Column, and some minor validation of the changes to needed Need to restore a legacy reference to the component. |
## [v3.7.0] - 2025-02-27 ### Bug Fixes - Filters urgent fixes - correct Filter Default QueryString by @lrljoe in #2188 - Fix Search Field in bootstrap by @yparitcher in #2183 - Add "after-tools" configurable area by @lrljoe in #2180 ### New Features - Add setFilterPillTitleAsHtml by @lrljoe in #2204 - Enable setting styles for sorting pills as a configuration by @HussamAlhennawi in #2179 - Enable setting styles for filter pills as a configuration by @HussamAlhennawi in #2178 - Enable setting styles for column select as a configuration by @HussamAlhennawi in #2175 - BulkActionTweaks - Adding default checkbox, customising attribute behaviours by @lrljoe in #2203 - Laravel v12 Support by @lrljoe in #2217 ### Tweaks - Tweak for text pill title by @lrljoe in #2206 - Tweak Return Types by @lrljoe in #2205 - Migrate Column/Filter Traits by @lrljoe in #2202 - Filter Rationalisation & Livewire Array Filter improvements by @lrljoe in #2191 - Move Filter View Traits by @lrljoe in #2189 - Filter Trait - Reorganization by @lrljoe in #2181
This PR adjusts the namespaces for the Column/Filter traits, to ensure consistency, and enhance the developer experience
Ensuring that the relevant traits are nested within appropriate namespaces, it becomes more apparent what could be impacted by a change.
This PR is currently in active development, to ensure/maintain test coverage.
All Submissions:
New Feature Submissions:
Changes to Core Features: